ConversationUniqueSenders Property |
Contains a list of all the senders of conversation items in the current folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<string> UniqueSenders { get; }Public ReadOnly Property UniqueSenders As IList(Of String)
Get
Property Value
Type:
IListStringThe unique senders.
See Also